home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- REM WILDCAT MOBYDOWN.BAT WITH ALL THE GOODIES.
- REM This batch file runs Omen Technology's DSZ program and invokes Z-Modems
- REM MobyTurbo, Speed and Time estimations along with completed transfer
- REM actual Speed and Time.
- REM It uses the batch parameters %2 for com port number and %1 for the
- REM port speed parameter, which is passed to DSZ via WildCat.
- REM and %5 for the name of the file containing the filenames to download.
- dsz port %2 speed %1 ha on est 0 %1 sz -m %5
- IF ERRORLEVEL 1 COPY C:\WC30\ALL.OK TRANSFER.BAD
-